home *** CD-ROM | disk | FTP | other *** search
/ Aminet 45 / Aminet 45 (2001)(GTI - Schatztruhe)[!][Oct 2001].iso / Aminet / misc / emu / AWClock.lha / CLOCK.EXE / 0 / RCDATA / TFRMMAIN / TFRMMAIN.txt < prev   
Encoding:
Text File  |  2001-05-30  |  2.6 KB  |  132 lines

  1. object frmMain: TfrmMain
  2.   Left = 328
  3.   Top = 221
  4.   BorderStyle = bsNone
  5.   Caption = 'Clock'
  6.   ClientHeight = 165
  7.   ClientWidth = 140
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Shape1: TShape
  19.     Left = 0
  20.     Top = 0
  21.     Width = 140
  22.     Height = 165
  23.     Brush.Style = bsClear
  24.     Pen.Color = clWhite
  25.   end
  26.   object imgClock: TImage
  27.     Left = 3
  28.     Top = 14
  29.     Width = 134
  30.     Height = 143
  31.     Picture.Data = {<image000.bmp>}
  32.     OnMouseDown = imgClockMouseDown
  33.     OnMouseMove = imgClockMouseMove
  34.     OnMouseUp = imgClockMouseUp
  35.   end
  36.   object imgClose: TImage
  37.     Left = 0
  38.     Top = 0
  39.     Width = 21
  40.     Height = 15
  41.     Picture.Data = {<image001.bmp>}
  42.     OnClick = imgCloseClick
  43.     OnMouseDown = imgCloseMouseDown
  44.   end
  45.   object imgSmaller: TImage
  46.     Left = 93
  47.     Top = 0
  48.     Width = 26
  49.     Height = 15
  50.     Picture.Data = {<image002.bmp>}
  51.     OnMouseDown = imgSmallerMouseDown
  52.   end
  53.   object imgFrontBack: TImage
  54.     Left = 117
  55.     Top = 0
  56.     Width = 24
  57.     Height = 15
  58.     Picture.Data = {<image003.bmp>}
  59.     OnMouseDown = imgFrontBackMouseDown
  60.   end
  61.   object imgResize: TImage
  62.     Left = 122
  63.     Top = 155
  64.     Width = 20
  65.     Height = 10
  66.     Picture.Data = {<image004.bmp>}
  67.     OnMouseDown = imgResizeMouseDown
  68.   end
  69.   object imgClockCaption: TImage
  70.     Left = 19
  71.     Top = 0
  72.     Width = 76
  73.     Height = 16
  74.     Picture.Data = {<image005.bmp>}
  75.     OnMouseDown = imgClockCaptionMouseDown
  76.   end
  77.   object imgBorderBottom: TImage
  78.     Left = 1
  79.     Top = 155
  80.     Width = 121
  81.     Height = 10
  82.     Picture.Data = {<image006.bmp>}
  83.     Stretch = True
  84.     OnMouseDown = imgBorderBottomMouseDown
  85.   end
  86.   object imgBorderLeft: TImage
  87.     Left = 0
  88.     Top = 14
  89.     Width = 4
  90.     Height = 142
  91.     Picture.Data = {<image007.bmp>}
  92.     Stretch = True
  93.   end
  94.   object imgBorderRight: TImage
  95.     Left = 135
  96.     Top = 14
  97.     Width = 4
  98.     Height = 141
  99.     Picture.Data = {<image008.bmp>}
  100.     Stretch = True
  101.   end
  102.   object lblDate: TLabel
  103.     Left = 5
  104.     Top = 144
  105.     Width = 131
  106.     Height = 13
  107.     Alignment = taCenter
  108.     AutoSize = False
  109.     Caption = 'lblDate'
  110.     Font.Charset = DEFAULT_CHARSET
  111.     Font.Color = clWindowText
  112.     Font.Height = -11
  113.     Font.Name = 'MS Sans Serif'
  114.     Font.Style = [fsBold]
  115.     ParentFont = False
  116.     Transparent = True
  117.   end
  118.   object lblTimeDigital: TLabel
  119.     Left = 57
  120.     Top = 0
  121.     Width = 62
  122.     Height = 13
  123.     Caption = 'lblTimeDigital'
  124.     Transparent = True
  125.   end
  126.   object Timer1: TTimer
  127.     OnTimer = Timer1Timer
  128.     Left = 107
  129.     Top = 127
  130.   end
  131. end
  132.